home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1999 #1
/
Amiga Plus 1999 #1.iso
/
System-Boost
/
Workbench
/
Archive
/
PPCxDMS
/
rd_src.lha
/
src2
/
smakefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1998-02-28
|
231 b
|
10 lines
# smakefile for readdisk for powerUP (TM)
# 1998 by Andreas R. Kleinert
CC = SCPPC
OBJS = readdisk.o
/Amiga-bin/readdisk.elf: $(OBJS)
ppc-amigaos-ld -r lib:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o ../Amiga-bin/readdisk.elf